Uses of Class
org.eclipse.vtp.desktop.editors.core.elements.DialogElement

Packages that use DialogElement
org.eclipse.vtp.desktop.editors.core.dialogs   
org.eclipse.vtp.desktop.editors.core.elements   
 

Uses of DialogElement in org.eclipse.vtp.desktop.editors.core.dialogs
 

Constructors in org.eclipse.vtp.desktop.editors.core.dialogs with parameters of type DialogElement
CreateDialogTemplateWizard(DialogElement dialogElement)
          Creates a new CreateMediaFolderWizard instance for the given media container.
 

Uses of DialogElement in org.eclipse.vtp.desktop.editors.core.elements
 

Methods in org.eclipse.vtp.desktop.editors.core.elements that return DialogElement
protected  DialogElement DialogPropertiesPanel.getElement()
           
 

Constructors in org.eclipse.vtp.desktop.editors.core.elements with parameters of type DialogElement
DialogGeneralPropertiesPanel(DialogElement ppe)
          Creates a new LanguageSelectionGeneralPropertiesPanel.
DialogGeneralPropertiesPanel(java.lang.String name, DialogElement ppe)
           
DialogPropertiesPanel(java.lang.String name, DialogElement element)